Decrypt(encrypted_string, key)


Decrypts an encrypted string.

See also Encrypt.

encrypted_string

String to be decrypted.

key

String specifying the key used to encrypt encrypted_string.